Skip to content

Fixes#8

Merged
folkengine merged 2 commits into
mainfrom
v009
May 7, 2026
Merged

Fixes#8
folkengine merged 2 commits into
mainfrom
v009

Conversation

@folkengine
Copy link
Copy Markdown
Contributor

  • CI.yaml — removed --cfg thiserror_nightly_testing (thiserror-internal flag with no meaning in a blank template)
  • audit.yml — removed redundant push: paths: trigger (CI.yaml deny job already covers pushes; weekly cron retained)
  • copilot-instructions.md — fixed YourFunction → YourStruct in doc test import example

Config / Docs

  • .rustfmt.toml — removed all stale rustfmt 0.x options; updated renamed ones (brace_style, fn_params_layout, trailing_comma, condense_wildcard_suffixes, etc.) with migration notes
  • README.md — added cargo deny to the list of steps run by make
  • Makefile — install-tools now installs cargo-watch; help text updated to match

Description

What does this PR do and why?

Changes

Checklist

  • make ayce passes locally
  • New public APIs have doc comments with # Examples
  • New public functions have unit tests and doc tests
  • cargo test --doc passes
  • No unwrap(), expect(), or panic!() in library code

folkengine added 2 commits May 6, 2026 17:56
  - CI.yaml — removed --cfg thiserror_nightly_testing (thiserror-internal flag with no meaning in a blank template)
  - audit.yml — removed redundant push: paths: trigger (CI.yaml deny job already covers pushes; weekly cron retained)
  - copilot-instructions.md — fixed YourFunction → YourStruct in doc test import example

  Config / Docs
  - .rustfmt.toml — removed all stale rustfmt 0.x options; updated renamed ones (brace_style, fn_params_layout, trailing_comma, condense_wildcard_suffixes,
  etc.) with migration notes
  - README.md — added cargo deny to the list of steps run by make
  - Makefile — install-tools now installs cargo-watch; help text updated to match
@folkengine folkengine merged commit ac60e2e into main May 7, 2026
0 of 18 checks passed
@folkengine folkengine deleted the v009 branch May 7, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant